- variable scope
- переменная область действия идентификатора
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
The New English-Russian Dictionary of Radio-electronics. F.V Lisovsky . 2005.
Scope — steht für: den Sichtbarkeitsbereich einer Variable in der Programmierung, siehe Variable (Programmierung) Bereich, Ziel, Umfang im Projektmanagement, siehe Scope Management eine DSP basierte Musikplattform von Creamware, siehe Scope… … Deutsch Wikipedia
Scope — or Scopes may refer to: * Scope (programming), the range in which a variable can be referenced * Scope (mouthwash), a mouthwash brand by Procter Gamble * SCOPE (TV series) * Scope (charity), a British charity that supports people with cerebral… … Wikipedia
Variable — A variable (pronEng|ˈvɛərɪəbl) is an attribute of a physical or an abstract system which may change its value while it is under observation. Examples include the height of a child, the temperature across a state, or the input to a function. This… … Wikipedia
Scope (computer science) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope (programming) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope resolution operator — In computer programming, scope is an enclosing context where values and expressions are associated. The scope resolution operator helps to identify and specify the context to which an identifier refers. The specific uses vary across different… … Wikipedia
Variable (mathematics) — In mathematics, a variable is a value that may change within the scope of a given problem or set of operations. In contrast, a constant is a value that remains unchanged, though often unknown or undetermined.[1] The concepts of constants and… … Wikipedia
Variable (Programmierung) — In der Programmierung ist eine Variable im allgemeinsten Sinne einfach ein Behälter für Rechnungsgrößen („Werte“), die im Verlauf eines Rechenprozesses auftreten. Im Normalfall wird eine Variable durch einen Namen bezeichnet und hat eine… … Deutsch Wikipedia
scope of review — The matters proper for consideration by an appellate court upon review of a lower court decision. 5 Am J2d A & E § 702. The matters proper for consideration when properly presented upon the review by the court of a determination of an… … Ballentine's law dictionary
Global variable — In computer programming, a global variable is a variable that is accessible in every scope. Interaction mechanisms with global variables are called global environment (see also global state) mechanisms. The global environment paradigm is… … Wikipedia
Local variable — In computer science, a local variable is a variable that is given local scope . Such a variable is accessible only from the function or block in which it is declared. Local variables are contrasted with global variables.In most languages, local… … Wikipedia